home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_013 / fillibuster.bas < prev    next >
BASIC Source File  |  1992-05-06  |  392b  |  13 lines

  1. 30    a$(0)="Four score and seven years ago"
  2. 40    a$(1)="our fathers brought forth, upon this continent"
  3. 50    a$(2)="a new nation, conceived in liberty"
  4. 60    a$(3)="and dedicated to the proposition"
  5. 70    a$(4)="that all people should buy amigas."
  6. 80    for i%=0% to 4%
  7. 90    b$=translate$(a$(i%))
  8. 100   x%=narrate(b$,a%())
  9. 110   next i%
  10. 120   for i= 1 to 10000
  11. 130   next i
  12. 140   goto 80
  13.